type google.golang.org/grpc/internal/transport.trInFlow
10 uses
google.golang.org/grpc/internal/transport (current package)
flowcontrol.go#L81: type trInFlow struct {
flowcontrol.go#L87: func (f *trInFlow) newLimit(n uint32) uint32 {
flowcontrol.go#L94: func (f *trInFlow) onData(n uint32) uint32 {
flowcontrol.go#L103: func (f *trInFlow) reset() uint32 {
flowcontrol.go#L110: func (f *trInFlow) updateEffectiveWindowSize() {
flowcontrol.go#L114: func (f *trInFlow) getSize() uint32 {
http2_client.go#L99: fc *trInFlow
http2_client.go#L349: fc: &trInFlow{limit: uint32(icwz)},
http2_server.go#L91: fc *trInFlow
http2_server.go#L269: fc: &trInFlow{limit: uint32(icwz)},
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)